home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 10 / diagnostic / memtest.doc < prev    next >
Text File  |  1994-01-27  |  2KB  |  61 lines

  1.  
  2.   System Memory test routine
  3.   Version 1.0
  4.  
  5.            *************************
  6.            ******* Copyright *******
  7.            ******** Notice *********
  8.            *************************
  9. All Materials on this disk are copyrighted by Custom Services 1986.
  10. All items were produced by Custom Services as "No-Frill" Software.
  11. You may redistribute any or all of the items on this disk so long as
  12. you also move this notice(which is included in each source file).
  13.  
  14. Custom Services does not charge for this software except to ask for
  15. a small donation(no more than $5.00) from anyone using one of these
  16. programs.  Those users who register with a donation will recieve update
  17. information.  Under no instance may any program or part of a program be
  18. copied for commercial use with out a written agreement from us.
  19.  
  20. To obtain a list of all disks currently available in the Custom Services
  21. library, and ordering information, send a preaddressed mailing label
  22. and 2 loose first class stamps to:
  23.  
  24.    Custom Services
  25.    P. O. Box 254
  26.    Moorestown, N. J. 08057
  27.  
  28. *
  29. * Format of Call:
  30. *
  31. *   MEMTEST  -F[ast] -V[erbose] -D[ebug] -S[ystem] -L[ong]
  32. *
  33.   This routine will run standard memory tests on your
  34.   memory.  The options are:
  35.   -F Test Fast memory
  36.   -S Test System Chip memory
  37.   -L Long memory test enabled
  38.   -V Verbose messages
  39.   -D Debug messages
  40.  
  41.   Chip memory will be tested first if requested then Fast memory
  42.  
  43.   Memory will be allocated using the standard system allocation
  44.   routines.  What ever memory is left when this program runs will
  45.   be tested.  A linked list of memory is made for both Chip and
  46.   Fast memory.
  47.  
  48.   The Long test will run faster on very fragmented memory(small blocks)
  49.   but will be more effective on unfragmented memory.
  50.  
  51.   The tests on each block will be:
  52.     a) zero/non zero byte
  53.     b) alternating bit test
  54.     c) walking byte test( if -L selected )
  55.  
  56.   If an error occurs the address and data are displayed.  This program
  57.   will take  ***ALL*** available memory for it's test.
  58.  
  59.   Source for this program is available by sending a couple of dollars and
  60.   a disk to the above address.  Support Shareware!!
  61.